projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81d492d
)
[DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Jan 1999 00:10:53 +0000
(
00:10
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 2 Jan 1999 00:10:53 +0000
(
00:10
+0000)
src/s/gnu-linux.h
patch
|
blob
|
history
diff --git
a/src/s/gnu-linux.h
b/src/s/gnu-linux.h
index d0d8a95bca6a4bca06229de9f5f80e3861488369..82445048eba91de43e9e65ef198233c23c19eac9 100644
(file)
--- a/
src/s/gnu-linux.h
+++ b/
src/s/gnu-linux.h
@@
-302,3
+302,8
@@
Boston, MA 02111-1307, USA. */
#define BSD_PGRPS
#define setpgrp(pid,pgid) setpgid(pid,pgid)
+
+/* Use mmap directly for allocating larger buffers. */
+#ifdef DOUG_LEA_MALLOC
+#undef REL_ALLOC
+#endif